home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / paper / pap11.sty < prev    next >
Text File  |  1991-08-08  |  16KB  |  367 lines

  1. % PAPER DOCUMENT STYLE -- Released 22 Feb 90
  2. %    for LaTeX version 2.09
  3. % Copyright (C) 1990 by Don Hosek
  4.  
  5. %  ****************************************
  6. %  *               FONTS                  *
  7. %  ****************************************
  8. %
  9.  
  10. \lineskip 1pt            % \lineskip is 1pt for all font sizes.
  11. \normallineskip 1pt
  12. \def\baselinestretch{1}
  13.  
  14. % Each size-changing command \SIZE executes the command
  15. %        \@setsize\SIZE{BASELINESKIP}\FONTSIZE\@FONTSIZE
  16. % where:
  17. %   BASELINESKIP = Normal value of \baselineskip for that size.  (Actual 
  18. %                  value will be \baselinestretch * BASELINESKIP.)
  19. %
  20. %  \FONTSIZE     = Name of font-size command.  The currently available
  21. %                  (preloaded) font sizes are: \vpt (5pt), \vipt (6pt),
  22. %                  \viipt (etc.), \viiipt, \ixpt, \xpt, \xipt, \xiipt,
  23. %                  \xivpt, \xviipt, \xxpt, \xxvpt.
  24. %  \@FONTSIZE    = The same as the font-size command except with an
  25. %                  '@' in front---e.g., if \FONTSIZE = \xivpt then
  26. %                  \@FONTSIZE = \@xivpt.
  27. %
  28. % For reasons of efficiency that needn't concern the designer,
  29. % the document style defines \@normalsize instead of \normalsize .  This is
  30. % done only for \normalsize, not for any other size-changing commands.
  31.  
  32. \def\@normalsize{\@setsize\normalsize{13.6pt}\xipt\@xipt
  33. \abovedisplayskip 11pt plus3pt minus6pt%
  34. \belowdisplayskip \abovedisplayskip
  35. \abovedisplayshortskip  \z@ plus3pt%   
  36. \belowdisplayshortskip  6.5pt plus3.5pt minus3pt%
  37. \let\@listi\@listI}   % Setting of \@listi added 9 Jun 87
  38.  
  39. \def\small{\@setsize\small{12pt}\xpt\@xpt
  40. \abovedisplayskip 10pt plus2pt minus5pt%
  41. \belowdisplayskip \abovedisplayskip
  42. \abovedisplayshortskip  \z@ plus3pt%   
  43. \belowdisplayshortskip  6pt plus3pt minus3pt
  44. \def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87
  45. \topsep 6pt plus 2pt minus 2pt\parsep 3pt plus 2pt minus 1pt
  46. \itemsep \parsep}}
  47.  
  48. \def\footnotesize{\@setsize\footnotesize{11pt}\ixpt\@ixpt
  49. \abovedisplayskip 8pt plus 2pt minus 4pt%
  50. \belowdisplayskip \abovedisplayskip
  51. \abovedisplayshortskip \z@ plus 1pt%
  52. \belowdisplayshortskip 4pt plus 2pt minus 2pt
  53. \def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87
  54. \topsep 4pt plus 2pt minus 2pt\parsep 2pt plus 1pt minus 1pt
  55. \itemsep \parsep}}
  56.  
  57. \def\scriptsize{\@setsize\scriptsize{9.5pt}\viiipt\@viiipt}
  58. \def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}
  59. \def\large{\@setsize\large{14pt}\xiipt\@xiipt}
  60. \def\Large{\@setsize\Large{18pt}\xivpt\@xivpt}
  61. \def\LARGE{\@setsize\LARGE{22pt}\xviipt\@xviipt}
  62. \def\huge{\@setsize\huge{25pt}\xxpt\@xxpt}
  63. \def\Huge{\@setsize\Huge{30pt}\xxvpt\@xxvpt}
  64.  
  65. \normalsize  % Choose the normalsize font.
  66.  
  67.  
  68. %  ****************************************
  69. %  *            PAGE LAYOUT               *
  70. %  ****************************************
  71. %
  72. % All margin dimensions measured from a point one inch from top and side
  73. % of page.  
  74.  
  75. % SIDE MARGINS:
  76. \if@twoside                 % Values for two-sided printing:
  77.    \oddsidemargin 0pt      %   Left margin on odd-numbered pages.
  78.    \evensidemargin 0pt     %   Left margin on even-numbered pages.
  79.    \marginparwidth 100pt    %   Width of marginal notes.
  80. \else                       % Values for one-sided printing:
  81.    \oddsidemargin 0pt      %   Note that \oddsidemargin = \evensidemargin
  82.    \evensidemargin 0pt
  83.    \marginparwidth 83pt 
  84. \fi
  85. \marginparsep 10pt          % Horizontal space between outer margin and 
  86.                             % marginal note
  87.  
  88.  
  89. % VERTICAL SPACING:        
  90.                          % Top of page:
  91. \topmargin 0pt          %    Nominal distance from top of page to top of
  92.  
  93. \headheight 12pt         %    Height of box containing running head.
  94. \headsep 25pt            %    Space between running head and text.
  95. % \topskip = 10pt        %    '\baselineskip' for first line of page.
  96.                          % Bottom of page:
  97. \footskip 30pt           %    Distance from baseline of box containing foot 
  98.                          %    to baseline of last line of text.
  99.  
  100. % DIMENSION OF TEXT:
  101. % 24 Jun 86: changed to explicitly compute \textheight to avoid roundoff.
  102. % The value of the multiplier was calculated as the floor of the
  103. % old \textheight minus \topskip, divided by \baselineskip for \normalsize.
  104. % The old value of \textheight was 530.4pt.
  105. % \textheight is the height of text (including footnotes and figures, 
  106. % excluding running head and foot).
  107.  
  108. \textheight = 8.1in
  109. \advance\textheight by \topskip
  110. \textwidth 6.5in % Width of text line.
  111.                          % For two-column mode: 
  112. \columnsep 10pt          %    Space between columns 
  113. \columnseprule 0pt       %    Width of rule between columns.
  114.  
  115. % A \raggedbottom command causes 'ragged bottom' pages: pages set to
  116. % natural height instead of being stretched to exactly \textheight.
  117.  
  118. % FOOTNOTES:
  119.  
  120. \footnotesep 7.7pt    % Height of strut placed at the beginning of every
  121.                       % footnote = height of normal \footnotesize strut,
  122.                       % so no extra space between footnotes.
  123.  
  124. \skip\footins 10pt plus 4pt minus 2pt  % Space between last line of text and 
  125.                                        % top of first footnote.
  126.  
  127. % FLOATS: (a float is something like a figure or table)
  128. %
  129. %  FOR FLOATS ON A TEXT PAGE:
  130. %
  131. %    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:
  132. \floatsep 12pt plus 2pt minus 2pt        % Space between adjacent floats moved
  133.                                          % to top or bottom of text page.
  134. \textfloatsep 20pt plus 2pt minus 4pt    % Space between main text and floats
  135.                                          % at top or bottom of page.
  136. \intextsep 12pt plus 2pt minus 2pt       % Space between in-text figures and 
  137.                                          % text.
  138. \@maxsep 20pt                            % The maximum of \floatsep, 
  139.                                          % \textfloatsep and \intextsep (minus
  140.                                          % the stretch and shrink).
  141. %    TWO-COLUMN FLOATS IN TWO-COLUMN MODE:
  142. \dblfloatsep 12pt plus 2pt minus 2pt     % Same as \floatsep for double-column
  143.                                          % figures in two-column mode.
  144. \dbltextfloatsep 20pt plus 2pt minus 4pt % \textfloatsep for double-column 
  145.                                          % floats.
  146. \@dblmaxsep 20pt                         % The maximum of \dblfloatsep and 
  147.                                          % \dbltexfloatsep.
  148.  
  149. %  FOR FLOATS ON A SEPARATE FLOAT PAGE OR COLUMN:
  150. %    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:
  151. \@fptop 0pt plus 1fil    % Stretch at top of float page/column. (Must be    
  152.                          % 0pt plus ...)                                    
  153. \@fpsep 8pt plus 2fil    % Space between floats on float page/column.       
  154. \@fpbot 0pt plus 1fil    % Stretch at bottom of float page/column. (Must be 
  155.                          % 0pt plus ... )                                   
  156.  
  157. %   DOUBLE-COLUMN FLOATS IN TWO-COLUMN MODE.
  158. \@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)
  159. \@dblfpsep 8pt plus 2fil % Space between floats on float page.
  160. \@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be 
  161.                          % 0pt plus ... )                                   
  162. % MARGINAL NOTES:
  163. %
  164. \marginparpush 5pt       % Minimum vertical separation between two marginal 
  165.                          % notes.
  166.  
  167.  
  168. %  ****************************************
  169. %  *           PARAGRAPHING               *
  170. %  ****************************************
  171. %
  172. \parskip 0pt plus 1pt              % Extra vertical space between paragraphs.
  173. \parindent 17pt                    % Width of paragraph indentation.
  174. %\topsep 9pt plus 3pt minus 5pt    % Extra vertical space, in addition to 
  175.                                    % \parskip, added above and below list and
  176.                                    % paragraphing environments.
  177. \partopsep 3pt plus 1pt minus 2pt  % Extra vertical space, in addition to 
  178.                                    % \parskip and \topsep, added when user
  179.                                    % leaves blank line before environment.
  180. %\itemsep 4.5pt plus 2pt minus 1pt % Extra vertical space, in addition to
  181.                                    % \parskip, added between list items.
  182. % See \@listI for values of \topsep and \itemsep
  183. % (Change made 9 Jun 87)
  184.  
  185. % The following page-breaking penalties are defined
  186.  
  187. \@lowpenalty   51      % Produced by \nopagebreak[1] or \nolinebreak[1]
  188. \@medpenalty  151      % Produced by \nopagebreak[2] or \nolinebreak[2]
  189. \@highpenalty 301      % Produced by \nopagebreak[3] or \nolinebreak[3]
  190.  
  191. \@beginparpenalty -\@lowpenalty    % Before a list or paragraph environment.
  192. \@endparpenalty   -\@lowpenalty    % After a list or paragraph environment.
  193. \@itempenalty     -\@lowpenalty    % Between list items.
  194.  
  195. % \clubpenalty         % 'Club line'  at bottom of page.
  196. % \widowpenalty        % 'Widow line' at top of page.
  197. % \displaywidowpenalty % Math display widow line.
  198. % \predisplaypenalty   % Breaking before a math display.
  199. % \postdisplaypenalty  % Breaking after a math display.
  200. % \interlinepenalty    % Breaking at a line within a paragraph.
  201. % \brokenpenalty       % Breaking after a hyphenated line.
  202.  
  203.  
  204. %    ****************************************
  205. %    *             SECTIONS                 *
  206. %    ****************************************
  207. %
  208.  
  209. % \secdef{UNSTARCMDS}{STARCMDS} :
  210. %    When defining a sectionioning command without using
  211. %    \@startsection, you can use \secdef as follows:
  212. %       \def\part { ... \secdef \CMDA \CMDB }
  213. %       \def\CMDA  [#1]#2{ ... }     % Command to define \part[...]{...}
  214. %       \def\CMDB  #1{ ... }         % Command to define \part*{...}
  215.  
  216. \def\part{\par               % New paragraph
  217.    \addvspace{4ex}           % Adds vertical space above title.
  218.    \@afterindentfalse        % Suppresses indent in first paragraph.  Change
  219.    \secdef\@part\@spart}     % to \@afterindenttrue to have indent.
  220.  
  221. \def\@part[#1]#2{\ifnum \c@secnumdepth >\m@ne    % IF secnumdepth > -1
  222.         \refstepcounter{part}                    %  THEN step part counter
  223.         \addcontentsline{toc}{part}{\thepart     %       add toc line
  224.         \hspace{1em}#1}\else                     %  ELSE add unnumbered line
  225.       \addcontentsline{toc}{part}{#1}\fi         % FI
  226.    { \parindent 0pt \raggedright 
  227.     \ifnum \c@secnumdepth >\m@ne   % IF secnumdepth > -1 
  228.       \large \sl Part \thepart     %   THEN Print 'Part' and 
  229.       \par\nobreak                 %          number in \Large boldface.
  230.     \fi                            % FI
  231.     \Large \sl                     % Select \huge boldface.
  232.     #2\markboth{}{}\par }          % Print title and set heading marks null.
  233.     \nobreak                       % TeX penalty to prevent page break.
  234.     \vskip 3ex                     % Space between title and text.
  235.    \@afterheading                  % Routine called after part and
  236.     }                              %     section heading.
  237.  
  238. % Heading for \part* command
  239. \def\@spart#1{{\parindent 0pt \raggedright 
  240.     \Large \sl
  241.     #1\par}                         % Title.
  242.     \nobreak                        % TeX penalty to prevent page break.
  243.     \vskip 3ex                      % Space between title and text.
  244.     \@afterheading                  % Routine called after part and
  245.   }                                 %     section heading.
  246.  
  247. % \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} 
  248. %            optional * [ALTHEADING]{HEADING}
  249. %    Generic command to start a section.  
  250. %    NAME       : e.g., 'subsection'
  251. %    LEVEL      : a number, denoting depth of section -- i.e., section=1,
  252. %                 subsection = 2, etc.  A section number will be printed if
  253. %                 and only if LEVEL < or = the value of the secnumdepth
  254. %                 counter.
  255. %    INDENT     : Indentation of heading from left margin
  256. %    BEFORESKIP : Absolute value = skip to leave above the heading.  
  257. %                 If negative, then paragraph indent of text following 
  258. %                 heading is suppressed.
  259. %    AFTERSKIP  : if positive, then skip to leave below heading,
  260. %                       else - skip to leave to right of run-in heading.
  261. %    STYLE      : commands to set style
  262. %  If '*' missing, then increments the counter.  If it is present, then
  263. %  there should be no [ALTHEADING] argument.  A sectioning command
  264. %  is normally defined to \@startsection + its first six arguments.
  265.  
  266. \def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus 
  267.     -.2ex}{2.3ex plus .2ex}{\large\sl}}
  268. \def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus 
  269.    -.2ex}{1.5ex plus .2ex}{\large\sl}}
  270. \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus 
  271.  -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\sl}}
  272. \def\paragraph{\@startsection
  273.      {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\sl}}
  274. \def\subparagraph{\@startsection
  275.      {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus 
  276.      .2ex}{-1em}{\normalsize\sl}}
  277.  
  278.  
  279. % Default initializations of \...mark commands.  (See below for their
  280. % us in defining page styles.
  281. %
  282.  
  283. % \def\sectionmark#1{}           % Preloaded definitions
  284. % \def\subsectionmark#1{}
  285. % \def\subsubsectionmark#1{}
  286. % \def\paragraphmark#1{}
  287. % \def\subparagraphmark#1{}
  288.  
  289. % The value of the counter secnumdepth gives the depth of the
  290. % highest-level sectioning command that is to produce section numbers.
  291. %
  292.  
  293. \setcounter{secnumdepth}{3}
  294.  
  295. % APPENDIX
  296. %
  297. % The \appendix command must do the following:
  298. %    -- reset the section and subsection counters to zero
  299. %    -- redefine the section counter to produce appendix numbers
  300. %    -- redefine the \section command if appendix titles and headings are
  301. %       to look different from section titles and headings.
  302.  
  303. \def\appendix{\par
  304.   \setcounter{section}{0}
  305.   \setcounter{subsection}{0}
  306.   \def\thesection{\Alph{section}}}
  307.  
  308.  
  309. %    ****************************************
  310. %    *                LISTS                 *
  311. %    ****************************************
  312. %
  313.  
  314. % The following commands are used to set the default values for the list
  315. % environment's parameters. See the LaTeX manual for an explanation of
  316. % the meanings of the parameters.  Defaults for the list environment are
  317. % set as follows.  First, \rightmargin, \listparindent and \itemindent
  318. % are set to 0pt.  Then, for a Kth level list, the command \@listK is
  319. % called, where 'K' denotes 'i', 'ii', ... , 'vi'.  (I.e., \@listiii is
  320. % called for a third-level list.)  By convention, \@listK should set
  321. % \leftmargin to \leftmarginK.
  322. %
  323.  
  324. \leftmargini 2.5em
  325. \leftmarginii 2.2em     % > \labelsep + width of '(m)'
  326. \leftmarginiii 1.87em   % > \labelsep + width of 'vii.'
  327. \leftmarginiv 1.7em     % > \labelsep + width of 'M.'
  328. \leftmarginv 1em
  329. \leftmarginvi 1em
  330.  
  331. \leftmargin\leftmargini
  332. \labelsep .5em
  333. \labelwidth\leftmargini\advance\labelwidth-\labelsep
  334. %\parsep 4.5pt plus 2pt minus 1pt  %(Removed 9 Jun 87)
  335.  
  336. % \@listI defines top level and \@listi values of
  337. % \leftmargin, \topsep, \parsep, and \itemsep
  338. % (Added 9 Jun 87)
  339. \def\@listI{\leftmargin\leftmargini \parsep 4.5pt plus 2pt minus 1pt%
  340. \topsep 9pt plus 3pt minus 5pt%
  341. \itemsep 4.5pt plus 2pt minus 1pt}
  342.  
  343. \let\@listi\@listI
  344. \@listi 
  345.  
  346. \def\@listii{\leftmargin\leftmarginii
  347.    \labelwidth\leftmarginii\advance\labelwidth-\labelsep
  348.    \topsep 4.5pt plus 2pt minus 1pt
  349.    \parsep 2pt plus 1pt minus 1pt
  350.    \itemsep \parsep}
  351.  
  352. \def\@listiii{\leftmargin\leftmarginiii
  353.     \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
  354.     \topsep 2pt plus 1pt minus 1pt 
  355.     \parsep \z@ \partopsep 1pt plus 0pt minus 1pt
  356.     \itemsep \topsep}
  357.  
  358. \def\@listiv{\leftmargin\leftmarginiv
  359.      \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
  360.  
  361. \def\@listv{\leftmargin\leftmarginv
  362.      \labelwidth\leftmarginv\advance\labelwidth-\labelsep}
  363.  
  364. \def\@listvi{\leftmargin\leftmarginvi
  365.      \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
  366.  
  367.